FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.infoway.io.erec#1.0.0-dft-ballot (78 ms)

Package ca.infoway.io.erec
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.infoway.io.erec@1.0.0-dft-ballot&canonical=https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/DART-ext
Url https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/DART-ext
Version 0.1.0
Status draft
Name DART
Experimental False
Description DART stands for 'Dates Affecting Readiness to Treat' and is defined as: Periods of time between the Decision To Treat (DTT) and the Procedure Date when the patient is unavailable for a procedure due to patient-related reasons.
Type Extension
Kind complex-type

Resources that use this resource

StructureDefinition
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest

Resources that this resource uses

ValueSet
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/ValueSet/DARC-DART-reason DARC and DART Reasons


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/DART-ext",
  "version" : "0.1.0",
  "name" : "DART",
  "status" : "draft",
  "description" : "DART stands for 'Dates Affecting Readiness to Treat' and is defined as:\r\nPeriods of time between the Decision To Treat (DTT) and the Procedure Date when the patient is unavailable for a procedure due to patient-related reasons.",
  "fhirVersion" : "4.0.1",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [
    {
      "type" : "element",
      "expression" : "ServiceRequest"
    }
  ],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Extension",
        "path" : "Extension",
        "definition" : "DART stands for 'Dates Affecting Readiness to Treat' and is defined as:\r\nPeriods of time between the Decision To Treat (DTT) and the Procedure Date when the patient is unavailable for a procedure due to patient-related reasons.",
        "mustSupport" : true
      },
      {
        "id" : "Extension.extension",
        "path" : "Extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Extension.extension:StartDate",
        "path" : "Extension.extension",
        "sliceName" : "StartDate",
        "min" : 0,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Extension.extension:StartDate.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "StartDate"
      },
      {
        "id" : "Extension.extension:StartDate.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "dateTime"
          }
        ]
      },
      {
        "id" : "Extension.extension:EndDate",
        "path" : "Extension.extension",
        "sliceName" : "EndDate",
        "min" : 0,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Extension.extension:EndDate.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "EndDate"
      },
      {
        "id" : "Extension.extension:EndDate.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "dateTime"
          }
        ]
      },
      {
        "id" : "Extension.extension:DARTCodes",
        "path" : "Extension.extension",
        "sliceName" : "DARTCodes",
        "min" : 0,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Extension.extension:DARTCodes.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "DARTCodes"
      },
      {
        "id" : "Extension.extension:DARTCodes.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ]
      },
      {
        "id" : "Extension.extension:DARTCodes.value[x].coding",
        "path" : "Extension.extension.value[x].coding",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/ValueSet/DARC-DART-reason"
        }
      },
      {
        "id" : "Extension.extension:DARTCodes.value[x].coding.system",
        "path" : "Extension.extension.value[x].coding.system",
        "fixedUri" : "http://ehealthontario.ca/fhir/CodeSystem/darc-dart-reason",
        "mustSupport" : true
      },
      {
        "id" : "Extension.extension:DARTCodes.value[x].coding.code",
        "path" : "Extension.extension.value[x].coding.code",
        "mustSupport" : true
      },
      {
        "id" : "Extension.extension:DARTCodes.value[x].coding.display",
        "path" : "Extension.extension.value[x].coding.display",
        "mustSupport" : true
      },
      {
        "id" : "Extension.url",
        "path" : "Extension.url",
        "fixedUri" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/DART-ext"
      },
      {
        "id" : "Extension.value[x]",
        "path" : "Extension.value[x]",
        "label" : "To Date",
        "max" : "0",
        "type" : [
          {
            "code" : "base64Binary"
          },
          {
            "code" : "boolean"
          },
          {
            "code" : "canonical"
          },
          {
            "code" : "code"
          },
          {
            "code" : "date"
          },
          {
            "code" : "dateTime"
          },
          {
            "code" : "decimal"
          },
          {
            "code" : "id"
          },
          {
            "code" : "instant"
          },
          {
            "code" : "integer"
          },
          {
            "code" : "markdown"
          },
          {
            "code" : "oid"
          },
          {
            "code" : "positiveInt"
          },
          {
            "code" : "string"
          },
          {
            "code" : "time"
          },
          {
            "code" : "unsignedInt"
          },
          {
            "code" : "uri"
          },
          {
            "code" : "url"
          },
          {
            "code" : "uuid"
          },
          {
            "code" : "Address"
          },
          {
            "code" : "Age"
          },
          {
            "code" : "Annotation"
          },
          {
            "code" : "Attachment"
          },
          {
            "code" : "CodeableConcept"
          },
          {
            "code" : "Coding"
          },
          {
            "code" : "ContactPoint"
          },
          {
            "code" : "Count"
          },
          {
            "code" : "Distance"
          },
          {
            "code" : "Duration"
          },
          {
            "code" : "HumanName"
          },
          {
            "code" : "Identifier"
          },
          {
            "code" : "Money"
          },
          {
            "code" : "Period"
          },
          {
            "code" : "Quantity"
          },
          {
            "code" : "Range"
          },
          {
            "code" : "Ratio"
          },
          {
            "code" : "Reference"
          },
          {
            "code" : "SampledData"
          },
          {
            "code" : "Signature"
          },
          {
            "code" : "Timing"
          },
          {
            "code" : "ContactDetail"
          },
          {
            "code" : "Contributor"
          },
          {
            "code" : "DataRequirement"
          },
          {
            "code" : "Expression"
          },
          {
            "code" : "ParameterDefinition"
          },
          {
            "code" : "RelatedArtifact"
          },
          {
            "code" : "TriggerDefinition"
          },
          {
            "code" : "UsageContext"
          },
          {
            "code" : "Dosage"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.